home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Utilities / File⁄Disk Utilities / The Bar / Read Me next >
Text File  |  1993-10-10  |  4KB  |  86 lines

  1. File created 6/30/93.  Last modified 10/9/93.
  2.  
  3. TheBar version 2.1, The quick application switcher…
  4. © 1993 by George Thomas Talbot.  All rights reserved.
  5.  
  6. This program is the first real application I've written since I've had a computer
  7. again.  It's a small program which displays the icons of all of the currently
  8. running programs in a small window.  Double-clicking on an icon will switch
  9. you to that program's layer.  (I got sick of pulling down the application menu
  10. really quick.)  It will only run on a Color Quickdraw™ capable Macintosh™ running
  11. System 7.0 or later.
  12.  
  13. The bar may be arranged either horizontally or vertically, and may be drawn
  14. in any color.  The program can use either full size (Finder™ icon size) or half
  15. size (Application menu size) icons.
  16.  
  17. "Sample rate" from the "Preferences" menu will tell TheBar how often to scan the 
  18. system for programs which may have started or quit.  The smaller this number, the 
  19. faster TheBar reacts to launches and quits.  The larger this number, the less CPU
  20. time TheBar will use in the background for these scans.
  21.  
  22. Selecting an icon with a single click, and choosing "Get Info" from the "File"
  23. menu will tell you about the selected program.
  24.  
  25. Balloon Help™, in all its glory, is now supported.  All items in all dialog boxes are
  26. finally explained.  Yes, it annoys me, too, but I thought it might be cool to see
  27. how to do this.  Boy, if the help items aren't static (like menus & dialog boxes),
  28. supporting this is a pain.
  29.  
  30. NEW HOT KEY/POSITION FEATURE:
  31.     If hold down the Command and Option keys and move the mouse pointer either to
  32.     the top of the screen or over TheBar's window (whether the window is visible or
  33.     not), TheBar will automatically bring itself to the front.
  34.  
  35. This program is what I call "LikeWare™".  There are so many shareware programs
  36. out there DEMANDING your cash.  This is a little different.  If you like the program
  37. and find it useful, send me $10.  If you don't, you can still keep it around, give it
  38. to all your friends, etc.  However, sending me $10 is big-time encouragement to
  39. do more of this stuff.  The last program I wrote shareware/LikeWare™ was Time,
  40. a fancy color Alarm Clock replacement.  The money people sent me for that gave
  41. me big-time motivation to make this program look nice.  =8^)
  42.  
  43. If you want source code, send $20—you'll get source in Symantec's new C++ 6.0.1
  44. plus you'll be a registered user.
  45.  
  46. My address:
  47.         George T. Talbot
  48.         24 Judy Avenue
  49.         Franklinville, NJ  08322
  50.         <ugtalbot@mcs.drexel.edu>
  51.  
  52. Thanks to all the people on comp.sys.mac.programmer for giving me help on finding
  53. the appropriate icon to display in the menu.  You guys don't have to pay.
  54.  
  55. Thanks to Guy Kuo for the cool Centris 610 speed-up hint!
  56.  
  57. Known bugs:
  58.     Will not display the correct icon for applications launched off of a volume smaller
  59.     than 2M, or wherever else the Desktop Database is unavailable.  This includes
  60.     A/UX.  The program will substitute a default icon in this instance.
  61.  
  62. Version History:
  63.     Version 2.1 - Fixed embarassing bugs and backed up to Think C + Object Extensions
  64.             - Found embarassing bugs in process scanning code (again!)
  65.             - Wanted to use indirect objects to improve memory management.
  66.  
  67.     Version 2.0 - Total re-write with new Symantec C++ 6.0 in C++
  68.             - Did the re-write because the original code was a mess.
  69.             - Balloon Help™ is now fully supported.
  70.             - Hot keys/position to bring TheBar forward added.  (see above)
  71.                     (suggested by Registered User Peter Timothy Cox!)
  72.             - Preferences made more flexible for expansion.
  73.  
  74.     Version 1.2 - More fixes & enhancements
  75.             - Re-wrote process scanning code to better handle hidden items.
  76.                 Thanks to Kevin Lesniewicz & Al Heynneman for pointing this out.
  77.       - Fixed bug w/color picker
  78.  
  79.     Version 1.1    - Bug fix release
  80.             - Added item to show/hide background apps.
  81.             - Added menu item to show/hide "TheBar"'s icon.
  82.             - Should run on non-color QD machines (crashed before, OOPS!)
  83.             - Increased default partition size to better handle color picker.
  84.  
  85.     Version 1.0    - Initial release
  86.